home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / psion / amigancp.rea < prev    next >
Text File  |  1994-11-05  |  2KB  |  55 lines

  1. Short: Link Amiga to Psion S3/a palmtops
  2. Author: o.wagner@pluribus.wupper.de
  3. Uploader: o.wagner@pluribus.wupper.de
  4. Version: 0.10 (beta)
  5. Type: comm/misc
  6.  
  7. Long:
  8.  
  9. AmigaNCP is a implementation of the Psion link protocol which is e.g.
  10. built into the Psion S3/S3a palmtop's ROM.  It's main purpose is to provide
  11. vice-versa nfs-like file access.
  12.  
  13. AmigaNCP features:
  14.  
  15. -- the "amigancp.library" providing all the network I/O functions.
  16.  
  17. -- the AmigaNCP-FileServer providing transparent access to Amiga files from
  18. the Psion side with optional on-the-fly character conversion.
  19.  
  20. -- the AmigaNCP-FileSystem providing transparent access to Psion files from
  21. the AmigaDOS environment.
  22.  
  23. -- a print server allowing to print directly from your Psion to a printer
  24. connected to your Amiga.
  25.  
  26. -- full developer documentation and associated material to faciliate NCP
  27. services from within your own applications.
  28.  
  29. AmigaNCP requires:
  30.  
  31. -- AmigaOS 2.04 or better (localization supported).
  32.  
  33. -- the IBM-PC version of the 3-Link cable.
  34.  
  35. Please note that this is still a beta release which may be full of bugs &
  36. quirks.  Please report bugs to "o.wagner@pluribus.wupper.de".
  37.  
  38. The installation script might fail with old versions of the Installer
  39. utility.  If you face errors upon installation, obtain Installer_125.lha from
  40. the AmiNet.
  41.  
  42. Changes from Release 0.9 to 0.10 (beta)
  43. ---------------------------------------
  44. -- library is now named "amigancp.library" to avoid problems with
  45.    an already existing, similary named library.
  46. -- fixed several reconnection problems which mainly occured when
  47.    the Psion auto-powered off.
  48. -- now correctly handles filenames with non ASCII characters.
  49. -- fixed several file system problems, esspecially with
  50.    Examine()/ExNext().
  51. -- fixed bugs in the file server which caused data trashing on
  52.    large files.
  53.  
  54. (see "Docs/History" for more information on changes)
  55.